home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
SYMBOL
/
Symbol Processors
/
Fill
/
get-fill
< prev
Wrap
Lisp/Scheme
|
1998-10-23
|
219b
|
13 lines
get-fill pattern
get-fill finds the note and chord symbols in a pattern.
(setq mel '(a = = = b = = c = d = =))
(get-fill mel)
--> (a b c d)
(fill-template '(a b (a b c) d e = g) (get-fill mel))
--> (a b c d a = b)